home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 2 / PCU0702CD2.iso / entertn / floaters / files / Control / GameInstaller / data1.cab / GameDxr / Floaters.dxr / 00240_testbutton.ls < prev    next >
Encoding:
Text File  |  2002-05-17  |  96 b   |  7 lines

  1. global gScoreList
  2.  
  3. on mouseUp me
  4.   gScoreList = [15, 5, 30, 15, 30, 30]
  5.   go("ScoreScreen")
  6. end
  7.